Update UniversalExtensions.cs
This commit is contained in:
parent
a17fdfe195
commit
d62093eab9
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ public static class UniversalExtensions
|
|||
|
||||
|
||||
/// <summary>
|
||||
/// Get the current CPU Usage on all plattforms
|
||||
/// Get the current CPU Usage on all platforms
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static async Task<double> GetCpuUsageForProcess()
|
||||
|
|
@ -335,7 +335,7 @@ public static class UniversalExtensions
|
|||
/// Deletes a scheduled task
|
||||
/// </summary>
|
||||
/// <param name="UID">The task's unique identifier</param>
|
||||
/// <exception cref="Exception">Throws if the task hasn't been found or if an internal error occured</exception>
|
||||
/// <exception cref="Exception">Throws if the task hasn't been found or if an internal error occurred</exception>
|
||||
public static void DeleteScheduleTask(string UID)
|
||||
{
|
||||
if (!registeredScheduledTasks.ContainsKey(UID))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue