SequenceCallModule.InitiallySuspended

Syntax

SequenceCallModule.InitiallySuspended

Data Type

Boolean

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.

See Also

Execution.Resume

Thread.Resume