Enumerazione DedCmdResult
|
Enumerazione dei risultati di un comando.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi Public Enumeration DedCmdResult
public enum class DedCmdResult
Membri
| Nome | Valore | Descrizione |
---|
| None | 0 |
Non assegnato.
|
| Success | 1 |
Terminato con successo.
|
| UserCancelled | 2 |
Cancellato dall'utente.
|
| InputDataMissing | 3 |
Dati mancanti in ingresso al comando.
|
| Handled | 4 |
Soppiantato da codice (tramite un evento).
|
| Cancelled | 5 |
Interrotto da codice (tramite un evento).
|
| Error | 6 |
E' avvenuto un errore.
|
Vedi anche