RTS API Documentation  1.10.11
Data Fields
switch_scheduler_task Struct Reference

#include <switch_scheduler.h>

+ Collaboration diagram for switch_scheduler_task:

Data Fields

int64_t created
 
int64_t runtime
 
uint32_t cmd_id
 
uint32_t repeat
 
char * group
 
void * cmd_arg
 
uint32_t task_id
 
unsigned long hash
 

Detailed Description

Definition at line 42 of file switch_scheduler.h.

Field Documentation

◆ cmd_arg

void* switch_scheduler_task::cmd_arg

Definition at line 48 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task_ex(), and task_thread_loop().

◆ cmd_id

uint32_t switch_scheduler_task::cmd_id

Definition at line 45 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task_ex().

◆ created

int64_t switch_scheduler_task::created

Definition at line 43 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task_ex().

◆ group

char* switch_scheduler_task::group

◆ hash

unsigned long switch_scheduler_task::hash

◆ repeat

uint32_t switch_scheduler_task::repeat

Definition at line 46 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task_ex(), and switch_scheduler_execute().

◆ runtime

int64_t switch_scheduler_task::runtime

◆ task_id

uint32_t switch_scheduler_task::task_id

The documentation for this struct was generated from the following file: