 | TaskWorkerOnTaskProgressFinished method |
Reports the end of the task to routines that are in
TaskProgressFinished have been added.
Namespace: NetEti.ApplicationControlAssembly: NetEti.TaskWorker (in NetEti.TaskWorker.dll) Version: 1.0.0+bef1165e3f26a8e8b98fdf687859f92963581afa
Syntaxpublic void OnTaskProgressFinished(
Exception? threadException
)
Public Sub OnTaskProgressFinished (
threadException As Exception
)
public:
void OnTaskProgressFinished(
Exception^ threadException
)
member OnTaskProgressFinished :
threadException : Exception -> unit
Parameters
- threadException Exception
- Possibly exception from the task or null.
See also