In This Topic
The following tables list the members exposed by StepState.
Public Constructors
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