mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Update notes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user