ReviewOutcomeEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} Specifies the status of the action under review. == Members == {| {{APITableEnum}} |- | style="width: 150px;"|NoneRequired||sty…') |
Kate Racaza (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Specifies the status of the action under review. | <onlyinclude>Specifies the status of the action under review.</onlyinclude> | ||
== Members == | == Members == | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: 150px;"|NoneRequired||style="width: 70px;"|0|| | | style="width: 150px;"|NoneRequired||style="width: 70px;"|0||Review not required. | ||
|- | |- | ||
|Pending||1||The action is pending approval. | |Pending||1||The action is pending approval. | ||
Line 19: | Line 19: | ||
|ReviewerAssigned||5||A database user has been assigned to review the action. | |ReviewerAssigned||5||A database user has been assigned to review the action. | ||
|} | |} | ||
==See Also== | |||
*[[CAction Class|cAction Class]] |
Latest revision as of 20:09, 29 April 2016
Member of: SynthesisAPI
Specifies the status of the action under review.
Members
Name | Value | Description |
---|---|---|
NoneRequired | 0 | Review not 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. |