Click or drag to resize

IKeepAliveCommandCompleted Method

The command has completed dismiss any UI or timeouts

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
void CommandCompleted(
	uint cmdId
)

Parameters

cmdId
Type: SystemUInt32
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