TemplateTransactionState

From Virtual World Web Wiki
Revision as of 17:55, 27 April 2017 by Spark5 (Talk | contribs) (Documentation for the TemplateTransactionState class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The status of an Object Template Transaction

Remarks [edit]

Enum Values

Created = 0
The transaction is newly created. It is now valid to Validate the transaction.
Validating = 1
The transaction is newly created. It is now valid to Validate the transaction.
Validated = 2
The transaction was successfully validated. It is now valid to Execute or Cancel the transaction.
Executed = 3
The transaction is executed, and therefore completed. No further actions can be taken.
Cancelled = 4
The transaction is cancelled, and therefore completed. No further actions can be taken.