[RombaSharp] Update notes

This commit is contained in:
Matt Nadareski
2018-02-09 20:18:55 -08:00
parent aa775ab0f9
commit 1db8874b0c

View File

@@ -250,9 +250,10 @@ namespace RombaSharp
/// <summary> /// <summary>
/// Wrap cancelling a long-running job /// Wrap cancelling a long-running job
/// </summary> /// </summary>
/// TODO: Implement
private static void InitCancel() private static void InitCancel()
{ {
Globals.Logger.User("This feature is obsolete: cancel"); Globals.Logger.User("This feature is not yet implemented: cancel");
} }
/// <summary> /// <summary>
@@ -606,9 +607,10 @@ namespace RombaSharp
/// <summary> /// <summary>
/// Wrap printing memory stats /// Wrap printing memory stats
/// </summary> /// </summary>
/// TODO: Implement
private static void InitMemstats() private static void InitMemstats()
{ {
Globals.Logger.User("This feature is obsolete: cancel"); Globals.Logger.User("This feature is not yet implemented: cancel");
} }
/// <summary> /// <summary>
@@ -644,9 +646,10 @@ namespace RombaSharp
/// <summary> /// <summary>
/// Wrap showing progress of currently running command /// Wrap showing progress of currently running command
/// </summary> /// </summary>
/// TODO: Implement
private static void InitProgress() private static void InitProgress()
{ {
Globals.Logger.User("This feature is obsolete: progress"); Globals.Logger.User("This feature is not yet implemented: progress");
} }
/// <summary> /// <summary>
@@ -940,9 +943,10 @@ WHERE sha1.sha1 IN (""" + String.Join("\",\"", hashes) + "\")";
/// <summary> /// <summary>
/// Wrap gracefully shutting down the server /// Wrap gracefully shutting down the server
/// </summary> /// </summary>
/// TODO: Implement
private static void InitShutdown() private static void InitShutdown()
{ {
Globals.Logger.User("This feature is obsolete: shutdown"); Globals.Logger.User("This feature is not yet implemented: shutdown");
} }
/// <summary> /// <summary>