About 50 results
Open links in new tab
  1. Task.CompletedTask Property (System.Threading.Tasks)

    This property returns a task whose Status property is set to RanToCompletion. To create a task that returns a value and runs to completion, call the FromResult method.

  2. Task.IsCompleted Property (System.Threading.Tasks)

    true if the task has completed (that is, the task is in one of the three final states: RanToCompletion, Faulted, or Canceled); otherwise, false.

  3. Azure Batch task complete event - Azure Batch | Microsoft Learn

    This event can be used to determine the duration of a task, where the task ran, and whether it was retried. The following example shows the body of a task complete event.

  4. Task.CompletedTask 属性 (System.Threading.Tasks)

    public: static property System::Threading::Tasks::Task ^ CompletedTask { System::Threading::Tasks::Task ^ get (); };

  5. How do you update a To-Do Task as Complete when the Planner Task …

    Jul 6, 2021 · I manage my tasks in Planner, so when I mark one as Complete, I want the cooresponding Outlook/Microsoft to-do task to update as complete too.

  6. Task.Wait Method (System.Threading.Tasks) | Microsoft Learn

    If the current task has not started execution, the Wait method attempts to remove the task from the scheduler and execute it inline on the current thread. If it is unable to do that, or if the current task …

  7. Task.WhenAny Method (System.Threading.Tasks) | Microsoft Learn

    Creates a task that will complete when any of the supplied tasks have completed.

  8. Logging commands - Azure Pipelines | Microsoft Learn

    Mar 25, 2025 · Usage Finish the timeline record for the current task, set task result and current operation. When result not provided, set result to succeeded.

  9. Task.IsCompletedSuccessfully Property (System.Threading.Tasks ...

    Task. Is Completed Successfully Property Definition Namespace: System.Threading.Tasks Assemblies: netstandard.dll, System.Runtime.dll Assembly: System.Runtime.dll Assembly: netstandard.dll …

  10. How to mark a task complete without increasing Actual Time AND …

    Jul 3, 2020 · This is how it looks in the Task Usage view as originally planned with a baseline set. As the plan is executed, the resource wasn't quite able to work a full 2 hours each day but after 5 days, the …