ReviewOutcomeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
{| {{APITableEnum}}
{| {{APITableEnum}}
|-
|-
| style="width: 150px;"|NoneRequired||style="width: 70px;"|0||None required.
| style="width: 150px;"|NoneRequired||style="width: 70px;"|0||No review required.
|-
|-
|Pending||1||The action is pending approval.
|Pending||1||The action is pending approval.

Revision as of 20:08, 29 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the status of the action under review.

Members

Name Value Description
NoneRequired 0 No review required.
Pending 1 The action is pending approval.
Approved 2 Assigns a review date and marks the action as Approved.
RejectedAndInProgress 3 Removes the completion date and marks the action as Rejected and in progress.
RejectedAndClosed 4 Marks the action as Rejected and closed.
ReviewerAssigned 5 A database user has been assigned to review the action.




See Also