« TaskResult (Task) » : différence entre les versions
(Page créée avec « {|class="wikitable" |- |trOK |0 |Succès |- |trInvalid |1 |Invalide |- |trFailed |2 |Echec |- |trException |3 |Exception |- |trRetry |4 |Réessayer |- |trStarted |5 |Déma... ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |||
!Litéral | |||
!Numérique | |||
!Usage | |||
!Remarque | |||
|- | |- | ||
|trOK | |trOK | ||
|0 | |0 | ||
|Succès | |Succès | ||
| | |||
|- | |- | ||
|trInvalid | |trInvalid | ||
|1 | |1 | ||
|Invalide | |Invalide | ||
|La tâche n'a pas de méthode Execute() valide | |||
|- | |- | ||
|trFailed | |trFailed | ||
|2 | |2 | ||
|Echec | |Echec | ||
| | |||
|- | |- | ||
|trException | |trException | ||
|3 | |3 | ||
|Exception | |Exception | ||
|Une exception s'est produite durant l'exécution | |||
|- | |- | ||
|trRetry | |trRetry | ||
|4 | |4 | ||
|Réessayer | |Réessayer | ||
| | |||
|- | |- | ||
|trStarted | |trStarted | ||
|5 | |5 | ||
|Démarrée | |Démarrée | ||
| | |||
|} | |} |
Dernière version du 3 avril 2019 à 08:59
Litéral | Numérique | Usage | Remarque |
---|---|---|---|
trOK | 0 | Succès | |
trInvalid | 1 | Invalide | La tâche n'a pas de méthode Execute() valide |
trFailed | 2 | Echec | |
trException | 3 | Exception | Une exception s'est produite durant l'exécution |
trRetry | 4 | Réessayer | |
trStarted | 5 | Démarrée |