Boolean IProgressComponent.UpdateProgress(String message, Int32 pct, Boolean handleCancel, ProgressTypeMessage param4)

Update the progress component

Parameters

  • message
    Type: String
  • pct
    Type: Int32
    Current progression.
  • handleCancel
    Type: Boolean
    The progress can be cancel.
  • param4

Return Value

Type: Boolean
Return true if the operation is cancel.