/datum/computer_file/program/borg_monitor
        
    
            
        
| Vars | |
| DL_progress | reference of a borg if we're downloading a log, or null if not. | 
|---|---|
| DL_source | A list to copy a borg's IC log list into | 
| loglist | Bool of if this app has already been emagged | 
| Procs | |
| Destroy | Progress of current download, 0 to 100, -1 for no current download | 
| checkID | Gets the ID's name, if one is inserted into the device. This is a seperate proc solely to be overridden by the syndicate version of the app. | 
| evaluate_borg | This proc is used to determin if a borg should be shown in the list (based on the borg's scrambledcodes var). Syndicate version overrides this to show only syndicate borgs. | 
Var Details
DL_progress
            
        
    
            
        
        reference of a borg if we're downloading a log, or null if not.
DL_source
            
        
    
            
        
        A list to copy a borg's IC log list into
loglist
            
        
    
            
        
        Bool of if this app has already been emagged
Proc Details
Destroy
Progress of current download, 0 to 100, -1 for no current download
checkID
Gets the ID's name, if one is inserted into the device. This is a seperate proc solely to be overridden by the syndicate version of the app.
evaluate_borg
This proc is used to determin if a borg should be shown in the list (based on the borg's scrambledcodes var). Syndicate version overrides this to show only syndicate borgs.