System::Threading::Tasks::Task::get_IsCompleted metodo

Task::get_IsCompleted method

Ottiene se il task è stato completato.

bool System::Threading::Tasks::Task::get_IsCompleted() const

ReturnValue

bool True se l’attività è completata (con successo, con errore o annullata)

Vedi anche