--- title: ServerJob type: object description: Description d'une tâche exécutée précédement. properties: job_id: type: string ref: Server.JobId description: Identifiant de la tâche. command: type: string description: Commande exécuté. automation: type: string description: Moteur d'exécution. ref: Server.automation executed: type: boolean description: La tâche a été exécutée. success: type: boolean description: Etat de la commande. required: - job_id - command - automation - executed - success