ApplicationWorkflow.IsFinished Method¶
Determines whether the specified last step is finished.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public bool IsFinished(
StepIdentifier lastStepIdentifier
)
VB¶
Public Function IsFinished (
lastStepIdentifier As StepIdentifier
) As Boolean
Parameters¶
- lastStepIdentifier
- Type: Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier
The last step identifier.
Return Value¶
Type: Boolean
See Also¶
Reference¶
ApplicationWorkflow Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace