Interface ICamIpcHandlerApplicationUpdateProcessState
Handler for event to be called when cam app process state is updated
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[Guid("1689D3B8-730D-496D-AEC4-BB65DECB9D43")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerApplicationUpdateProcessState
Methods
ApplicationUpdateProcessState(string, string, int)
Declaration
void ApplicationUpdateProcessState(string HandlerIdent, string ProcessStageCaption, int ProcessStagePercent)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
string | ProcessStageCaption | |
int | ProcessStagePercent |