result

Suspends and returns a result when the pyramid build operation has completed. This method does not start the operation. It suspends and resumes when the pyramid build operation completes. If the operation has already completed, the method returns the operation's result or error. If the operation completes successfully, the method returns information about the pyramid set that was built. If the operation fails or is canceled, the returned Result reports the corresponding error.

Return

A Result containing information about the pyramid set that was built.

Since

300.1.0