Private/Types/enums/ConnectionStateType.generated.psm1

enum ConnectionStateType
{
    CheckOut = 0
    LockEdit = 1
    Running = 2
}