• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to make two functions running at the same time
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make two functions running at the same time


  • Subject: Re: How to make two functions running at the same time
  • From: Timothy Bates <email@hidden>
  • Date: Fri, 09 Feb 2001 00:46:51 +1100

Thibaut Smets said:
> I need to run two functions at the same time. Is it possible ????

AppleScript is not a parallel programming language, so you have to either:
write two scripts and run them simultaneously (possible passing messages
between them if they have data dependencies) or else (with difficulty)
implement a multitasking script. This would not be worth the trouble, but
the former solution is very workable.

tim


References: 
 >How to make two functions running at the same time (From: alcatel <email@hidden>)

  • Prev by Date: How to make two functions running at the same time
  • Next by Date: Re: empty trash command
  • Previous by thread: How to make two functions running at the same time
  • Next by thread: Re: How to make two functions running at the same time
  • Index(es):
    • Date
    • Thread