ISequenceControl Methods
- Updated2023-02-21
- 2 minute(s) read
Methods
Name | Description | |
---|---|---|
![]() | Abort | Overloaded.
Aborts the sequence.
|
![]() | GetReturnValue | Overloaded.
Gets the return value for the sequence. This function will fail if the sequence has not completed execution.
|
![]() | GetSequenceTime | Overloaded.
Gets the relative time since the sequence started, as determined by the delta t at which the sequence executes and the number of executed iterations.
|
![]() | Pause | Overloaded.
Pauses the sequence.
|
![]() | Run | Overloaded.
Runs the sequence.
|
![]() | SingleStep | Overloaded.
Single-steps the sequence.
|
![]() | Stop | Overloaded.
Stops the sequence.
|