Repository.Task.AddCorrectiveTask: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|GetAllCorrectiveTasks()}} {{APIPrefix|As}} {{APIName|cCorrectiveTas…')
 
No edit summary
Line 4: Line 4:


{{APIPrefix|Public Function}}
{{APIPrefix|Public Function}}
{{APIName|GetAllCorrectiveTasks()}}
{{APIName|AddCorrectiveTask(}}
{{APIPrefix|ByVal}}
{{APIName|task()}}
{{APIPrefix|As}}
{{APIPrefix|As}}
{{APIName|cCorrectiveTask()}}
{{APIName|cCorrectiveTask()}}
{{APIPrefix|As Boolean}}


{{APIComment|Returns an array containing all corrective tasks from the current project.}}
{{APIComment|Saves the corrective task in the repository. }}

Revision as of 17:43, 6 September 2013



Declaration

Public Function AddCorrectiveTask( ByVal task() As cCorrectiveTask() As Boolean

Saves the corrective task in the repository.