Interface ICamApiTechOperationProgressUpdateHandler
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
Methods
SetProgressStatus(string, int)
Declaration
void SetProgressStatus(string ProgressStatus, int ProgressPercent)
Parameters
Type |
Name |
Description |
string |
ProgressStatus |
|
int |
ProgressPercent |
|