/// <summary>
 /// Gets progress in percentage from a status if available.
 /// </summary>
 /// <param name="status">
 /// The dictionary status response to use.
 /// </param>
 /// <param name="name">
 /// Pointer to store the progress in percent (0-100) or -1 if not
 /// progress was found in the status.
 /// </param>
 public virtual void instproxy_status_get_percent_complete(PlistHandle status, ref int percent)
 {
     InstallationProxyNativeMethods.instproxy_status_get_percent_complete(status, ref percent);
 }