PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.TextStatusSteps Member List

This is the complete list of members for PeanutButter.Utils.TextStatusSteps, including all inherited members.

DEFAULT_FAIL_LABELPeanutButter.Utils.TextStatusStepsstatic
DEFAULT_OK_LABELPeanutButter.Utils.TextStatusStepsstatic
DEFAULT_START_LABELPeanutButter.Utils.TextStatusStepsstatic
Log(string str)PeanutButter.Utils.TextStatusSteps
LogAsync(string str)PeanutButter.Utils.TextStatusSteps
Run(string label, Action activity)PeanutButter.Utils.TextStatusSteps
RunAsync(string label, Func< Task > activity)PeanutButter.Utils.TextStatusSteps
TextStatusSteps()PeanutButter.Utils.TextStatusSteps
TextStatusSteps(string prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker)PeanutButter.Utils.TextStatusSteps
TextStatusSteps(string prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker, Action< string > writer)PeanutButter.Utils.TextStatusSteps
TextStatusSteps(string prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker, Action< string > writer, Action flushAction)PeanutButter.Utils.TextStatusSteps
TextStatusSteps(string prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker, Action< string > writer, Action flushAction, Func< Exception, ErrorHandlerResult > exceptionHandler)PeanutButter.Utils.TextStatusSteps
TextStatusSteps(Func< string > prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker, Action< string > writer, Action flushAction, Func< Exception, ErrorHandlerResult > exceptionHandler)PeanutButter.Utils.TextStatusSteps
TextStatusSteps(Func< string > prefixAllStatusLines, string startMarker, string completedMarker, string failedMarker, Func< string, Task > asyncWriter, Func< Task > asyncFlushAction, Func< Exception, Task< ErrorHandlerResult > > asyncExceptionHandler)PeanutButter.Utils.TextStatusSteps