Interface ICamApiTechOperationProgressUpdateHandler
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("0F00F4CA-98A6-41B2-A873-5939FDE7C026")]
public interface ICamApiTechOperationProgressUpdateHandler
Properties
IsCancelled
Say to progress bar that operation is cancelled
Declaration
bool IsCancelled { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
SetProgressStatus(string, int)
Declaration
void SetProgressStatus(string ProgressStatus, int ProgressPercent)