Click or drag to resize

StatusChecker Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
Create a status checker

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public StatusChecker(
	Status status
)

Parameters

status
Type: Emgu.TFStatus
The status to be check, if null, one will be created
See Also