TemplateTransactionState

From Virtual World Web Wiki
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.