Class TrackerExtensions
Inheritance
TrackerExtensions
Syntax
public static class TrackerExtensions
Methods
HumanReadable(String)
Declaration
public static string HumanReadable(this string camelCased)
Parameters
Type |
Name |
Description |
String |
camelCased |
|
Returns
UpdateInfoUnchecked(IProgressTracker, String)
Declaration
public static bool UpdateInfoUnchecked(this IProgressTracker tracker, string taskInfo)
Parameters
Returns
UpdateTaskUnchecked(IProgressTracker, String)
Declaration
public static bool UpdateTaskUnchecked(this IProgressTracker tracker, string taskTitle)
Parameters
Returns