DefinitionGetProcessStatusFromXPDL Method  | 
 
            Retrieves the status of a specific process xpdl
            
 
    Namespace: 
   WorkflowGen.My.Process
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static string GetProcessStatusFromXPDL(
	string xpdl
)
Public Shared Function GetProcessStatusFromXPDL ( 
	xpdl As String
) As String
Parameters
- xpdl
 - Type: SystemString
The process' xpdl 
Return Value
Type: 
StringThe process' status
See Also