SequenceCallModule.InitiallySuspended
- Updated2025-07-21
- 1 minute(s) read
SequenceCallModule.InitiallySuspended
Syntax
SequenceCallModule.InitiallySuspended
Data Type
Purpose
Specifies to create the new execution or thread in a suspended state. You must call the Execution.Resume or Thread.Resume method, respectively, to continue execution.
Remarks
Note
If you select
Break
or
Resume
in the Debug menu of the sequence editor, it does not affect an initially suspended thread. However, the commands do affect an initially suspended execution.