Method Abort
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Abort(string?)
Method that terminates the runner execution.
RunnerStatus Abort(string? TraceIdentifier = null)
Parameters
TraceIdentifier
stringString that can be used for tracing.
Returns
- RunnerStatus
Actual Status value after the method call.
Remarks
If TraceIdentifier is specified it is placed to log records emitted from a runner.