PSTransactionStatus Enum

Definition

The status of a PowerShell transaction.

C++
public enum class 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

Applies to

Product Versions
Windows PowerShell 5.1.0.0