 | PatrolStatus Enumeration |
This is preliminary documentation and is subject to change.
Values indicating whether the specific change has been patrolled.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
SyntaxPublic Enumeration PatrolStatus
Dim instance As PatrolStatus
public enum class PatrolStatus
MembersMember name | Value | Description |
---|
Unknown | 0 |
Not available or not applicable.
|
Unpatrolled | 1 |
Not patrolled.
|
Patrolled | 2 |
Patrolled.
|
See Also