FreeSWITCH API Documentation  1.7.0
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

void* switch_scheduler_task::cmd_arg

Definition at line 48 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task(), and task_thread_loop().

uint32_t switch_scheduler_task::cmd_id

Definition at line 45 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task().

int64_t switch_scheduler_task::created

Definition at line 43 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task().

char* switch_scheduler_task::group
unsigned long switch_scheduler_task::hash
uint32_t switch_scheduler_task::repeat

Definition at line 46 of file switch_scheduler.h.

Referenced by switch_scheduler_add_task(), and switch_scheduler_execute().

int64_t switch_scheduler_task::runtime
uint32_t switch_scheduler_task::task_id

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