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