Difference between revisions of "ISKernel:Services (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Services
 
Services
  
== Description ==
+
== 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]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[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