| Object specific | |
| $callcount | The total number of calls to the method (updated if $root.$prefs.$collectperformancedata allows).You can only assign zero to $callcount,in which case Omnis also sets $totalexecutiontime, $minexecutiontime and $maxexecutiontime to zero |
| $clientexec | If true, the method is a remote form method which executes on the client |
| $desc | A description of the method |
| $maxexecutiontime | The execution time in milliseconds of the longest call to the method (updated if $root.$prefs.$collectperformancedata allows) |
| $methodtext | The method commands in text form |
| $minexecutiontime | The execution time in milliseconds of the shortest call to the method (updated if $root.$prefs.$collectperformancedata allows) |
| $notes | Notes about the functionality of the method |
| $totalexecutiontime | The total execution time in milliseconds of all calls to the method (updated if $root.$prefs.$collectperformancedata allows) |
| $webservicemethod | Used for a WSDL Web Service.Either kWSMethodNone (for methods that are not in a remote task,or which are not named $...,or which are a standard message such as $construct) or one of the kWSMethod... constants kWSMethodNewPersistent kWSMethodNone kWSMethodPersistent kWSMethodStatic |
| Standard | $ident $name $order |