# The form data below was edited by SeanHalliday # 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: job000345 Status: open Project: perforce-software-p4api-net Severity: C ReportedBy: SeanHalliday ReportedDate: 2015/09/02 10:51:21 ModifiedBy: SeanHalliday ModifiedDate: 2015/09/02 10:51:21 OwnedBy: SeanHalliday Description: Please add Connection.CancelCommand(uint cmdId). This will make it possible to cancel commands called via the Repository. DevNotes: Type: Feature