StepState Class Properties
In This Topic
For a list of all members of this type, see StepState members.
Public Properties
| | Name | Description |
 | AssignedTo |
The user or group the step is assigned to
|
 | AssignedType |
The assignment type
|
 | CanSkip |
A boolean indicating whether the step can be skipped
|
 | MessageDetails |
Details about the current running step. This message is
one of the step execution status messages including StepInfoRequired,
StepStarted, StepProgress, StepStopping, StepStopped, StepWarningStopped,
StepPaused, StepCancelled, StepHeld, StepError messages. The StepFinished message
will not be included. StepInfoRequired messages will
be truncated for users other than the assigned user.
|
 | StepId |
The step id
|
 | StepName |
The step name
|
Top
See Also