The Run() & Quit() methods of Task do not throw InvalidOperationException.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
/// Runs the main loop of the task.
/// </summary>
/// <exception cref="ArgumentException">Thrown when the unmanaged handle is invalid.</exception>
- /// <exception cref="InvalidOperationException">Thrown when failed because of an invalid operation.</exception>
/// <example>
/// <code>
///
/// Quits the main loop of the task.
/// </summary>
/// <exception cref="ArgumentException">Thrown when the unmanaged handle is invalid.</exception>
- /// <exception cref="InvalidOperationException">Thrown when failed because of an invalid operation.</exception>
/// <remarks>
/// This function can be called from any thread.
/// It requests the task to finish the current iteration of its loop and stop running.