IMaskingAsyncTask Classe
Contenuti
[
Nascondere
]Summary: Represents the masking async task.
Module: aspose.imaging.masking
Full Name: aspose.imaging.masking.IMaskingAsyncTask
Inheritance: IAsyncTask
Properties
| Name | Type | Access | Descrizione |
|---|---|---|---|
| is_busy | bool | r | Restituisce un valore che indica se questa attività è attualmente in esecuzione. |
| is_canceled | bool | r | Restituisce un valore che indica se questa attività è stata annullata. |
| is_faulted | bool | r | Restituisce un valore che indica se questa attività ha generato un errore. |
Methods
| Name | Descrizione |
|---|---|
| abort() | Interrompe questa attività. L’attività viene completata immediatamente, con il rischio di non liberare le risorse non gestite interne. |
| cancel() | Annulla questa attività. L’attività viene completata in modo sicuro mediante l’arresto controllato dell’algoritmo. |
| get_error() | Restituisce un errore dell’operazione di mascheramento |
| get_masking_result() | Restituisce il risultato dell’operazione di mascheramento |
| run_async() | Esegue questa attività. |
| wait_on_done() | Attende fino al completamento dell’attività. |
Method: get_error()
get_error()
Restituisce un errore dell’operazione di mascheramento
Returns
| Tipo | Descrizione |
|---|---|
| string | L’errore dell’attività. |
Method: get_masking_result()
get_masking_result()
Restituisce il risultato dell’operazione di mascheramento
Returns
| Tipo | Descrizione |
|---|---|
| MaskingResult | Il risultato di questa attività. |