ApplicationWorkflow Class¶
Contains application and it's own workflow state and history
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.AppV.Workflow.ApplicationWorkflow
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 class ApplicationWorkflow : INotifyPropertyChanged,
IEquatable<ApplicationWorkflow>, IDisposable
VB¶
Public Class ApplicationWorkflow
Implements INotifyPropertyChanged, IEquatable(Of ApplicationWorkflow),
IDisposable
The ApplicationWorkflow type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Application | Gets the application. |
![]() | ApplicationPath | Gets the non imported application path. |
![]() | AssignedVMConfig | Get application assigned VMs |
![]() | CurrentStep | Gets the current step. |
![]() | IsSequenceable | Indicates whether the application can be sequenced or not. |
![]() | PackageIssuesPath | Gets the package issues path. |
![]() | PackageLocalFolderPath | Gets or sets the local package folder. |
![]() | PackagePath | Gets the package path. |
![]() | RequiredApplications | Gets the required applications. |
![]() | State | Gets the state. |
![]() | Steps | Gets the applications steps in workflow. |
Methods¶
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).) |
![]() | Equals(ApplicationWorkflow) | Indicates whether the current object is equal to another object of the same type. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsFinished | Determines whether the specified last step is finished. |
![]() | IsImported | Determines whether application is imported. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveToNewStep | Moves to new step. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Occurs when flow is deleted. |
![]() | Logged | Occurs when new step action is logged. |
![]() | PostedMessage | Occurs when a current processing sends a message. |
![]() | PropertyChanged | Occurs when a property value changes. |