Sync: Difference between revisions
Jump to navigation
Jump to search
(Created from source inline documentation) |
No edit summary |
||
Line 1: | Line 1: | ||
==DESCRIPTION== | |||
[[sync]] is an API-only function which waits until all current commands have been executed before returning. A timeout can be used to insure that this command eventually returns. | |||
==PYMOL API== | |||
<source lang="python"> | |||
cmd.sync(float timeout=1.0,float poll=0.05) | |||
</source> | |||
== SEE ALSO == | |||
SEE ALSO | |||
[[frame]] | [[frame]] | ||
[[Category:Commands| | [[Category:Commands|sync]] |