Method Abort
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Abort(string?)
Method that terminates the runner execution. It is a part of IRunner interface implementation.
public 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. The method is intended to be safe for calling even if the runner has been disposed already.