# The form data below was edited by norman_morse # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000397 Status: closed Project: perforce-software-p4connect Severity: A ReportedBy: norman_morse ReportedDate: 2015/11/02 15:00:44 ModifiedBy: norman_morse ModifiedDate: 2015/11/09 15:09:10 Description: Icon updates need to be run asynchronously. No GUI wants to wait for Perforce commands to run, we need to launch "read-only" command like "p4 status" on seperate threads using seperate connections. This can be fixed using Background Processes. I believe that implementing this will fix job000390 also. DevNotes: Type: Feature