Click or drag to resize

GraphAbort Method

http://www.emgu.com
Abort

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.Abort(System.String,System.Boolean,System.String)"]

See Also