Click or drag to resize

GraphAbort Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Abort

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Abort(
	string error_msg = null,
	bool exit_without_error = false,
	string opName = "Abort"
)

Parameters

error_msg (Optional)
Type: SystemString
error msg
exit_without_error (Optional)
Type: SystemBoolean
exit without error
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also