TTask.Schedule (TitTask)
De Wiki1000
(Différences entre les versions)
(Page créée avec « {{version1100}} <source lang='delphi'>class function Scheduler(const iPlanification:string; iAttributes:Array of string; iValues:Array of variant):boolean;</source> Cette... ») |
|||
Ligne 33 : | Ligne 33 : | ||
Voir aussi: | Voir aussi: | ||
− | |||
− | |||
{{Footer|Classe_tâche_(stereotype)}} | {{Footer|Classe_tâche_(stereotype)}} | ||
[[Category:Stéréotype tâche]] | [[Category:Stéréotype tâche]] | ||
[[Category:Version1100]] | [[Category:Version1100]] | ||
− |
Version actuelle en date du 5 décembre 2024 à 11:13
(Version 11)
class function Scheduler(const iPlanification:string; iAttributes:Array of string; iValues:Array of variant):boolean;
Cette fonction planifie une tâche.
Paramètre | Usage |
---|---|
iPlanification | Chaîne de définition de la planification |
iAttributes | Un tableau de propriété de la tâche qui seront initialisée lorsque la tâche sera déclenchée |
iValues | Un tableau de valeur correspondant aux attributs initialisés |
Result | True si la tâche a été posté |
Exemple :
//Procedure TestRegisterTasks; begin MyTask.Schedule('<planification RepeatValue="Minutes" RepeatInterval="1" StartOfPeriodDate="20221203T00"/>',['unCode','unEntier'],['Z',0]); end;
Voir aussi: