PSTransactionStatus Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of a PowerShell transaction.
public enum class PSTransactionStatuspublic enum PSTransactionStatustype PSTransactionStatus = Public Enum PSTransactionStatus- Inheritance
- 
				PSTransactionStatus
Fields
| Name | Value | Description | 
|---|---|---|
| RolledBack | 0 | The transaction has been rolled back | 
| Committed | 1 | The transaction has been committed | 
| Active | 2 | The transaction is currently active |