PFJobOnProgressionChanged Method (Int32, String) |
Call this method in 'Execute' to report a progression changed.
Makes the 'Progression' property available.
Namespace:
Packflow.Core.Jobs
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax protected void OnProgressionChanged(
int percentage,
string currentOperation = ""
)
Parameters
- percentage
- Type: SystemInt32
- currentOperation (Optional)
- Type: SystemString
See Also