resume
Usage
>> resume
Security
Open.
Availability
v2.2.0
Description
This command resumes an enabled deployment which was previously paused using the pause command.
If successful, the command reports its status:
status, will be one of the values:
sampling
gated
The only error conditions which would prevent the successful execution of the command are if the instrument has not be enabled for deployment, or was not previously paused.
When a resume is issued, the following will happen:
Streaming is immediately activated if any schedule in the deployment was configured to do so.
The next acquisition is scheduled for the appropriate time; in the case of average/burst/wave/tide, the next time will be aligned to the interval time.
An event of type EVENT_RESUME (0x2A) is stored in the active dataset.
Acquisitions will continue to be scheduled at normal intervals.
Examples
>> resume
<< resume status=gated
Deployment has resumed running as scheduled and is currently waiting on a gating condition.
>> resume
<< resume status=sampling
Deployment has resumed running as scheduled.
>> resume
<< ERR-407 cannot 'resume' unless paused
Cannot resume a deployment unless the instrument has already been enabled and then paused.