The command has completed dismiss any UI or timeouts

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

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.

See Also