UpsDbg.AfficherTaches
Procedure Habilitation AfficherTaches();
Description
La procédure AfficherTaches liste toutes les tâches créées au sein d'Up ! Virtual Technical Machine rattachée au noyau en cours d'exécution.
Exemple
Variable
/******/
/****************************************************************/
Fonction MaTache(? : Nul Ou Tache) Retourner Entier
/* Objet : Fonction principale d'une tache. */
/****************************************************************/
Debut
...
Fin Fonction
Principal()
/*******/
Variable
/******/
Debut
...
T=Tache("MaTache", MaTache);
...
AfficherTaches();
/* Ecrit :
Principal
MaTache
*/
...
Fin Principal
Voir aussi
SelectionnerTache pour sélectionner une tâche.
Traduction