Member values
Member name | Data type | Description | Usage |
---|---|---|---|
sequence_task_handle | SequenceTaskHandle | Sequence Handle and index of task to update | To set sequence_task_handle, you simply assign a value directly to a field within sequence_task_handle. You can also use the parent message’s HasField() method to check if a message type field value has been set. |
sequence_task | SequenceTask | Configuration information on task to be updated | To set sequence_task, you simply assign a value directly to a field within sequence_task. You can also use the parent message’s HasField() method to check if a message type field value has been set. |
Parent topic: Base (Python)