P4ServerIsCommandPaused Method
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic bool IsCommandPaused(
uint cmdId
)
Public Function IsCommandPaused (
cmdId As UInteger
) As Boolean
public:
bool IsCommandPaused(
unsigned int cmdId
)
member IsCommandPaused :
cmdId : uint32 -> bool
Parameters
- cmdId
- Type: SystemUInt32
Return Value
Type:
Boolean
See Also