Difference between revisions of "ISKernel:Services (Command)"
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | Services | ||
− | == | + | == Forms == |
+ | *Services - Displays all registered InnerSpace services. Useful for people developing services and extensions | ||
== Examples == | == Examples == | ||
+ | ===Display all registered services=== | ||
+ | ;Output | ||
+ | Registered Inner Space services: | ||
+ | -------------------- | ||
+ | Files: (system service) 0 clients | ||
+ | Services: (system service) 0 clients (Bi-directional) | ||
+ | Pulse: (system service) 0 clients | ||
+ | Console: (system service) 0 clients | ||
+ | Triggers: (system service) 0 clients (Bi-directional) | ||
+ | Events: (system service) 0 clients (Bi-directional) | ||
+ | Scripts: (system service) 0 clients (Bi-directional) | ||
+ | Memory: (system service) 0 clients (Bi-directional) | ||
+ | HTTP: (system service) 0 clients (Bi-directional) | ||
+ | Extensions: (system service) 0 clients (Bi-directional) | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:24, 19 October 2005
Syntax
Services
Forms
- Services - Displays all registered InnerSpace services. Useful for people developing services and extensions
Examples
Display all registered services
- Output
Registered Inner Space services: -------------------- Files: (system service) 0 clients Services: (system service) 0 clients (Bi-directional) Pulse: (system service) 0 clients Console: (system service) 0 clients Triggers: (system service) 0 clients (Bi-directional) Events: (system service) 0 clients (Bi-directional) Scripts: (system service) 0 clients (Bi-directional) Memory: (system service) 0 clients (Bi-directional) HTTP: (system service) 0 clients (Bi-directional) Extensions: (system service) 0 clients (Bi-directional)
See Also