WorkflowStepActivityStatus.SuccessfullyCompleted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The step has successfully completed. Value = 2.
public: int SuccessfullyCompleted = 2;
public const int SuccessfullyCompleted = 2;
val mutable SuccessfullyCompleted : int
Public Const SuccessfullyCompleted As Integer = 2