The command has completed dismiss any UI or timeouts
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
void CommandCompleted( uint cmdId ) |
Visual Basic |
---|
Sub CommandCompleted ( _ cmdId As UInteger _ ) |
Visual C++ |
---|
void CommandCompleted( unsigned int cmdId ) |
Parameters
- cmdId
- Type: System..::..UInt32
CmdId of the command that completed
Remarks
Note, it is OK for the API might send this multiple times with the,
same cmdId to ensure that any UI displayed by the client iss dismissed.