Will return an Array with all the States in the Project.
SppGetProjectStates()
Where:
There is no argument needed for this function.
Rule | Result | Meaning |
---|---|---|
SppGetProjectStates() | {"State Name","Type","Operation Count","Transition Count","Teams"; "Specify","Running",0,1,"All"; "Awaiting Approval","Paused",0,1,"Administrators"; "Approving","Running",0,2,"All"; "Approval Denied","Paused",0,1,"All"; "Approved","Paused",0,0,"All"} | This will return an Array show the States in the Project. |
For more information on States and Specification Flow see Specification Flow
State Name | Type | Operation Count | Transition Count | Teams |
---|---|---|---|---|
Specify | Running | 0 | 1 | All |
Awaiting Approval | Paused | 0 | 1 | Administrators |
Approving | Running | 0 | 2 | All |
Approval Denied | Paused | 0 | 1 | All |
Approved | Paused | 0 | 0 | All |