Interface IST_UpdateHandler
Namespace: STOperationTypes
Assembly: STOperationTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("60039C72-20C0-4741-AE0E-66485AB2A152")]
public interface IST_UpdateHandlerProperties
IsCancelled
Declaration
bool IsCancelled { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Methods
SetProgressStatus(string, int)
Declaration
void SetProgressStatus(string ProgressStatus, int ProgressPercent)Parameters
| Type | Name | Description | 
|---|---|---|
| string | ProgressStatus | |
| int | ProgressPercent |