up: RPC     index Zimbu documentation

ENUM RPC.State @public

summary

     

The state used in the client to track the progress of an RPC call.

values

     
init 

able to set options

sending 

RPC is being send out (queued, writing on channel)

sent 

RPC sent, waiting for response

receiving 

response received, reading it

callback 

invoking "done" callback

done 

"done" callback finished

aborted 

skipped from any state above except |init| and |done|

members (alphabetically)

     

license

      Copyright 2009 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0