Click or drag to resize

TaskWorkerOnTaskProgressFinished method

Reports the end of the task to routines that are in TaskProgressFinished have been added.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.TaskWorker (in NetEti.TaskWorker.dll) Version: 1.0.0+bef1165e3f26a8e8b98fdf687859f92963581afa
Syntax
public void OnTaskProgressFinished(
	
	Exception? threadException
)

Parameters

threadException  Exception
Possibly exception from the task or null.
See also